EditableMovie.CommitChanges Function

Returns a Boolean. It returns True if the commit is successful.

Syntax

result = EditableMovie.CommitChanges( )

Return Value

Result

Boolean

Notes

Commits changes to the EditableMovie manually. You can also do this using the class's destructor. And, if you set SaveOnClose to True, it will save changes automatically when the EditableMovie goes out of scope.